GetDirectoryEntries
Type
operator
Summary
List the contents of a directory.
Syntax
the entries of directory <Directory>
Description
Returns a List containing the directory entries of a directory. The directory must exist.
Parameters
Name | Type | Description |
---|---|---|
Directory | An expression that evaluates to a filesystem path. |